home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineSprite_781 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  100 b   |  10 lines

  1. ad = random(2);
  2. if(ad == 0)
  3. {
  4.    this._x += random(4);
  5. }
  6. else
  7. {
  8.    this._x += random(4);
  9. }
  10.